/* FONTS */
/* FONT COLORS */
/* BACKGROUND COLORS */
/* BREAKPOINTS */
/* newsletter signup */
/* MISC */
@font-face {
  font-family: "SkinBones";
  src: url('/fonts/normal');
  src: url('/fonts/normal?#iefix') format('embedded-opentype'), url(/wp-content/themes/responz-bswe/fonts/skin__bones-webfont.woff) format('woff'), url(/wp-content/themes/responz-bswe/fonts/skin__bones-webfont.ttf) format('truetype'), url(/wp-content/themes/responz-bswe/fonts/skin__bones-webfont.svg) format('svg'), url(/wp-content/themes/responz-bswe/fonts/skin__bones-webfont.eot) format('embedded-opentype');
  font-weight: normal;
}
@font-face {
  font-family: "Cabin";
  src: url('/fonts/normal');
  src: url('/fonts/normal?#iefix') format('embedded-opentype'), url(/wp-content/themes/responz-bswe/fonts/cabin-regular-webfont.woff) format('woff'), url(/wp-content/themes/responz-bswe/fonts/cabin-regular-webfont.ttf) format('truetype'), url(/wp-content/themes/responz-bswe/fonts/cabin-regular-webfont.svg) format('svg'), url(/wp-content/themes/responz-bswe/fonts/cabin-regular-webfont.eot) format('embedded-opentype');
  font-weight: normal;
}
/* line 79, ../../sass/_bswe.scss */
body {
  background-image: none;
  color: #333;
  font-family: Cabin, Arial, sans-serif;
  overflow-x: hidden;
  /* this is for the accordion menu, out of commission for now
    .widget_taxonomy_list_widget {
        position: relative;

        h4 {
            background: $bgcolor-2;
            color: $text-color-2;
            cursor: pointer;
            font: {
                family: $main-font;
                size: 18px;
                weight: bold;
            }
            padding: 10px;
            line-height: 1em;
            text-align: left;

            @media screen and (min-width: $medium) {
                font-size: 14px;
            }

            @media screen and (min-width: $medium) and (max-width: $medium-large) {
                text-align: center;
            }
        }

        span {
            cursor: pointer;
            width: 0;
            height: 0;
            position: absolute;
            right: 10px;

            &.open {
                border-left: 12px solid transparent;
                border-right: 12px solid transparent;
                border-top: 12px solid $text-color-2;
                top: 13px;

                @media screen and (min-width: $medium) {
                    border-left-width: 7px;
                    border-right-width: 7px;
                    border-top-width: 7px;
                    top: 12px;
                }
            }

            &.closed {
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
                border-left: 12px solid $text-color-2;
                top: 6px;

                @media screen and (min-width: $medium) {
                    border-top-width: 7px;
                    border-bottom-width: 7px;
                    border-left-width: 7px;
                    top: 8px;
                }
            }

            @media screen and (min-width: $medium) and (max-width: $medium-large) {
                display: none;
            }
        }


        ul {
            display: none;
        }
    }*/
}
/* line 85, ../../sass/_bswe.scss */
body p,
body #content li,
body .writer_promo {
  font-size: 16px;
  line-height: 1.5em;
}
/* line 93, ../../sass/_bswe.scss */
body #article-bottom-nl h2 {
  border-top: 1px solid #000;
  font-family: Cabin, Arial, sans-serif;
  font-style: normal;
  padding: 5px 0 0;
}
/* line 103, ../../sass/_bswe.scss */
body #contentwrap,
body #sidebar {
  padding-top: 0;
}
/* line 108, ../../sass/_bswe.scss */
body #content,
body #sidebar,
body #sidebar-alt {
  padding-top: 10px;
}
/* line 114, ../../sass/_bswe.scss */
body #content {
  background: #fff;
}
/* line 118, ../../sass/_bswe.scss */
body #body > div:first-child {
  background: #e2e2e2;
}
/* line 121, ../../sass/_bswe.scss */
body #body > div:first-child .banner-wide-box {
  margin: 0;
  max-height: 90px;
  text-align: center;
  padding: 10px;
}
/* line 130, ../../sass/_bswe.scss */
body footer .col3-1 {
  height: 75px;
}
/* line 134, ../../sass/_bswe.scss */
body footer .col3-1 #social-widget-3 h4 {
  text-align: right;
}
/* line 143, ../../sass/_bswe.scss */
body #header-slider.slider img {
  border: 1px solid #ccc;
}
/* line 148, ../../sass/_bswe.scss */
body #header-slider.slider .slide-post-title a {
  font-family: Cabin, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
/* line 159, ../../sass/_bswe.scss */
body #headerwrap {
  background: #000;
}
/* line 162, ../../sass/_bswe.scss */
body #headerwrap #header {
  background-image: url("/wp-content/themes/responz-bswe/images/bswe-sax.png");
  background-repeat: no-repeat;
  height: 250px;
}
@media screen and (min-width: 520px) {
  /* line 162, ../../sass/_bswe.scss */
  body #headerwrap #header {
    border-bottom: none;
  }
}
/* line 173, ../../sass/_bswe.scss */
body #headerwrap #header hgroup {
  padding-left: 66px;
}
/* line 178, ../../sass/_bswe.scss */
body #headerwrap #header a#advertise-link {
  color: #9ccfee;
}
@media screen and (max-width: 480px) {
  /* line 183, ../../sass/_bswe.scss */
  body #headerwrap #header #searchform-wrap {
    position: relative;
  } 
}
/* line 189, ../../sass/_bswe.scss */
body #headerwrap #header #site-logo,
body #headerwrap #header #site-description {
  width: 300px;
}
@media screen and (max-width: 600px) {
  /* line 189, ../../sass/_bswe.scss */
  body #headerwrap #header #site-logo,
  body #headerwrap #header #site-description {
    width: 212px;
  }
}
/* line 198, ../../sass/_bswe.scss */
body #headerwrap #header #site-logo {
  padding-top: 0;
  top: 0;
}
/* line 202, ../../sass/_bswe.scss */
body #headerwrap #header #site-logo a {
  color: #9ccfee;
  font-family: SkinBones, sans-serif, Arial, Helvetica;
  font-size: 44px;
  font-style: normal;
}
/* line 210, ../../sass/_bswe.scss */
body #headerwrap #header #site-logo a span {
  display: block;
  line-height: 1em;
}
@media screen and (max-width: 600px) {
  /* line 202, ../../sass/_bswe.scss */
  body #headerwrap #header #site-logo a {
    font-size: 38px;
  }
}
/* line 221, ../../sass/_bswe.scss */
body #headerwrap #header #site-description {
  color: #fff;
  top: 94px;
}
/* line 228, ../../sass/_bswe.scss */
body #headerwrap #header .social-widget .rss a {
  color: #fff;
}
@media screen and (min-width: 760px) and (max-width: 850px) {
  /* line 235, ../../sass/_bswe.scss */
  body #headerwrap #header #text-13 img {
    max-width: 400px;
  }
}
/* line 243, ../../sass/_bswe.scss */
body #headerwrap #text-16 {
  color: #fff;
  font-style: italic;
  margin: 0 auto;
  max-width: 970px;
  padding: 10px 3% 0;
}
/* line 250, ../../sass/_bswe.scss */
body #headerwrap #text-16 a {
  color: #fff;
}
/* line 255, ../../sass/_bswe.scss */
body #headerwrap #main-nav {
  font-family: Cabin, Arial, sans-serif;
}
/* line 258, ../../sass/_bswe.scss */
body #headerwrap #main-nav a {
  color: #fff;
  padding-bottom: 0;
  min-height: auto;
}
@media screen and (max-width: 480px) {
  /* line 258, ../../sass/_bswe.scss */
  body #headerwrap #main-nav a {
    color: #333;
  }
}
@media screen and (max-width: 520px) {
  /* line 258, ../../sass/_bswe.scss */
  body #headerwrap #main-nav a {
    font-size: 13px;
  }
}
/* line 272, ../../sass/_bswe.scss */
body #headerwrap #main-nav .current_page_item a {
  color: #fff;
}
/* line 278, ../../sass/_bswe.scss */
body #headerwrap #top-nav {
  float: right;
  padding: 0;
  display: none;
}
/* line 283, ../../sass/_bswe.scss */
body #headerwrap #top-nav li:last-child {
  margin-right: 0;
}

/* line 287, ../../sass/_bswe.scss */
body #headerwrap #top-nav li a {
  color: #000;
  font-weight: bold;
  border: solid #000;
  border-width: 0 1px 0 0;
  padding-right: 10px;
  font-size: 14px;
}

body #headerwrap #top-nav li:last-of-type a {
  border: none;
}

@media screen and (max-width: 760px) {
  /* line 295, ../../sass/_bswe.scss */
  body .hide-mobile {
    display: none;
  }
}
/* line 301, ../../sass/_bswe.scss */
body .homepage-signup,
body .sidebar_newsletter,
body .article-bottom-signup {
  padding: 10px;
  background: #9ccfee;
  border: solid 1px #000;
  text-align: left;
  margin-bottom: 15px;
}
/* line 310, ../../sass/_bswe.scss */
body .homepage-signup em,
body .sidebar_newsletter em,
body .article-bottom-signup em {
  color: #333;
}
/* line 314, ../../sass/_bswe.scss */
body .homepage-signup h3,
body .homepage-signup h4,
body .sidebar_newsletter h3,
body .sidebar_newsletter h4,
body .article-bottom-signup h3,
body .article-bottom-signup h4 {
  font-family: Cabin, Arial, sans-serif;
  font-style: normal;
  margin: 0 0 15px;
  background: none;
}
/* line 324, ../../sass/_bswe.scss */
body .homepage-signup h3,
body .sidebar_newsletter h3,
body .article-bottom-signup h3 {
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  line-height: 1.2em;
}
/* line 334, ../../sass/_bswe.scss */
body .homepage-signup h3 em,
body .sidebar_newsletter h3 em,
body .article-bottom-signup h3 em {
  color: #fff;
}
/* line 339, ../../sass/_bswe.scss */
body .homepage-signup h4,
body .sidebar_newsletter h4,
body .article-bottom-signup h4 {
  font-size: 14px;
  padding: 5px;
  border: 1px solid #000;
}
/* line 345, ../../sass/_bswe.scss */
body .homepage-signup input[type='text'],
body .sidebar_newsletter input[type='text'],
body .article-bottom-signup input[type='text'] {
  width: 400px;
  font-size: 25px;
  padding: 5px;
  margin: 0 0 10px;
}
/* line 352, ../../sass/_bswe.scss */
body .homepage-signup input[type='submit'],
body .sidebar_newsletter input[type='submit'],
body .article-bottom-signup input[type='submit'] {
  color: #fff;
  background-color: #2b7534;
}
/* line 358, ../../sass/_bswe.scss */
body .img-container {
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  /* line 358, ../../sass/_bswe.scss */
  body .img-container {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 368, ../../sass/_bswe.scss */
  body .img-container figure.left {
    float: none;
  }
}
/* line 376, ../../sass/_bswe.scss */
body .loops-wrapper.grid2 .post,
body .loops-wrapper.grid3 .post,
body .loops-wrapper.grid4 .post {
  clear: none;
}
/* line 381, ../../sass/_bswe.scss */
body .loops-wrapper.grid2 .post .post-title,
body .loops-wrapper.grid3 .post .post-title,
body .loops-wrapper.grid4 .post .post-title {
  clear: both;
}
/* line 386, ../../sass/_bswe.scss */
body .loops-wrapper.list-large-image .post-image {
  margin-right: 0;
}
/* line 392, ../../sass/_bswe.scss */
body #loops-wrapper .sidebar-boxunit,
body article .sidebar-boxunit {
  margin-bottom: 10px;
}

body #headerwrap #nav-bar {
  background: #000;
}

@media screen and (min-width: 760px) {
  /* line 395, ../../sass/_bswe.scss */
  body #loops-wrapper .sidebar-boxunit:not(.featured-box),
  body article .sidebar-boxunit:not(.featured-box) {
    display: none;
  }

  body #headerwrap #top-nav {
    display: block;
  }
    body #headerwrap #nav-bar {
      background: #9ccfee;
    
  }
}
/* line 404, ../../sass/_bswe.scss */
body .boxunit-container .featured-box {
  display: none;
}
/* line 410, ../../sass/_bswe.scss */
body .featured-box .featured-box-container {
  border: 1px solid #929290;
  overflow: hidden;
}
/* line 414, ../../sass/_bswe.scss */
body .featured-box .featured-box-container div {
  padding: 10px;
}
/* line 417, ../../sass/_bswe.scss */
body .featured-box .featured-box-container div.top-text {
  padding-bottom: 0;
}
/* line 421, ../../sass/_bswe.scss */
body .featured-box .featured-box-container div p {
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
}
/* line 428, ../../sass/_bswe.scss */
body .featured-box .featured-box-container .featured-box-title {
  text-align: left;
  cursor: pointer;
}
/* line 432, ../../sass/_bswe.scss */
body .featured-box .featured-box-container .featured-box-title .text {
  padding: 0;
  width: 60%;
  float: left;
}
/* line 438, ../../sass/_bswe.scss */
body .featured-box .featured-box-container .featured-box-title .cta {
  padding: 0;
  width: 40%;
  float: right;
  text-align: right;
}
/* line 445, ../../sass/_bswe.scss */
body .featured-box .featured-box-container .featured-box-title .url {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
/* line 452, ../../sass/_bswe.scss */
body .featured-box .featured-box-container .featured-box-title .headline {
  margin: 0 0 5px;
  font-size: 19px;
  font-weight: bold;
}
/* line 459, ../../sass/_bswe.scss */
body .featured-box .featured-box-container .featured-box-img-container {
  padding: 0;
}
/* line 465, ../../sass/_bswe.scss */
body .mobile-boxunit-img {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  /* line 465, ../../sass/_bswe.scss */
  body .mobile-boxunit-img {
    display: block;
  }
}
/* line 475, ../../sass/_bswe.scss */
body #nav-bar {
  min-height: inherit;
  padding-top: 4px;
  background: #9ccfee;
  color: black;
  margin: 0 0 10px;  
}
@media screen and (max-width: 600px) {
  /* line 479, ../../sass/_bswe.scss */
  body #nav-bar ul {
    /* display: none; */
  }
}
/* line 485, ../../sass/_bswe.scss */
body #nav-bar .jrsm-0 {
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 491, ../../sass/_bswe.scss */
body .post-author {
  color: #333;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  /* line 500, ../../sass/_bswe.scss */
  body .widget li {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.95em;
  }
  /* line 509, ../../sass/_bswe.scss */
  body .widget ul.tlw-list li {
    padding: 10px;
  }
  /* line 516, ../../sass/_bswe.scss */
  body #sidebar .widget_recent_comments,
  body #sidebar-alt .widget_recent_comments {
    padding: 10px 0;
  }
  /* line 519, ../../sass/_bswe.scss */
  body #sidebar .widget_recent_comments a,
  body #sidebar-alt .widget_recent_comments a {
    line-height: 1.75em;
    display: inline-block;
  }
  /* line 526, ../../sass/_bswe.scss */
  body #sidebar h4.widgettitle,
  body #sidebar-alt h4.widgettitle {
    background: #000;
    color: #fff;
    font-family: Cabin, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding: 7px;
  }
}
@media screen and (max-width: 520px) and (max-width: 760px) {
  /* line 539, ../../sass/_bswe.scss */
  body #sidebar .sidebar_newsletter,
  body #sidebar-alt .sidebar_newsletter {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  /* line 546, ../../sass/_bswe.scss */
  body .post-meta.entry-meta a {
    display: inline-block;
    line-height: 1.75em;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 557, ../../sass/_bswe.scss */
body .post {
  margin-bottom: 0;
}
/* line 561, ../../sass/_bswe.scss */
body .post .post-content h2,
body .post .post-content h3,
body .post .post-content h4,
body .post .post-content h5 {
  font-weight: bold;
}
/* line 568, ../../sass/_bswe.scss */
body .post .post-content h1 {
  font-size: 2.6em;
}
/* line 572, ../../sass/_bswe.scss */
body .post .post-content h2 {
  font-size: 2.2em;
}
/* line 576, ../../sass/_bswe.scss */
body .post .post-content h3 {
  font-size: 1.9em;
}
/* line 580, ../../sass/_bswe.scss */
body .post .post-content h4 {
  font-size: 1.5em;
}
/* line 584, ../../sass/_bswe.scss */
body .post .post-content h5 {
  font-size: 1.1em;
}

#headerwrap #categories-nav {
  /* font-family: Cabin, Arial, sans-serif; */
  height: auto;
  padding: 10px 0 0;
  float: none;
  clear: both;    
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1000;
  font: 115% Cabin, Arial, sans-serif;
}

#headerwrap #categories-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
}

#headerwrap #categories-nav li a {
  color: #fff;
  padding-bottom: 0;
  min-height: auto;
  padding: 0 10px 8px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border-right: solid 1px #ccc;
 }

 #headerwrap #categories-nav > li:last-child a {
  border-right: none;
 } 

@media screen and (max-width: 480px) {
  /* line 560, ../../sass/_bswe.scss */
  body .post .post-content {
    clear: both;
  }
}
/* line 592, ../../sass/_bswe.scss */
body .post .post-content li {
  font-size: 16px;
}
/* line 598, ../../sass/_bswe.scss */
body #sidebar,
body #sidebar-alt {
  text-align: center;
}
/* line 607, ../../sass/_bswe.scss */
/* body #sidebar .widgetwrap:first-of-type .widget {
  margin: 0;
} */
/* line 616, ../../sass/_bswe.scss */
body #sidebar .widget_recent_comments,
body #sidebar-alt .widget_recent_comments {
  padding: 10px 0;
}
/* line 619, ../../sass/_bswe.scss */
body #sidebar .widget_recent_comments a,
body #sidebar-alt .widget_recent_comments a {
  font-style: italic;
  text-decoration: underline;
  line-height: 1.75em;
  display: inline-block;
}
/* line 625, ../../sass/_bswe.scss */
body #sidebar .widget_recent_comments a:hover,
body #sidebar-alt .widget_recent_comments a:hover {
  text-decoration: none;
}
/* line 630, ../../sass/_bswe.scss */
body #sidebar .widget_recent_comments li,
body #sidebar-alt .widget_recent_comments li {
  text-align: left;
}
/* line 636, ../../sass/_bswe.scss */
body #sidebar h4.widgettitle,
body #sidebar-alt h4.widgettitle {
  background: #000;
  color: #fff;
  font-family: Cabin, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  padding: 7px;
}

#category-nav-menu {
  overflow: hidden;
}

#category-nav-menu nav ul {
  display: none;
}

#category-nav-menu nav div {
  display: block;
  padding-bottom: 10px;
  font-family: Cabin, Arial, sans-serif;
}

#category-nav-menu nav div select {
  padding: 5px;
}

@media screen and (max-width: 960px) {
  #header {
    /* height: auto !important; */
  }
} 

#headerwrap #site-logo,
#headerwrap #site-description {
  position: static;
  float: none;
  clear: both;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  #header {
    /* height: auto !important; */
  }

  #headerwrap #site-description {
    position: static;
    float: none;
    clear: both;
    margin-bottom: 10px;
  }

  .header-widget .widget {
    margin-bottom: 10px;
  }

  #headerwrap #main-nav {
    position: static;
  }

  #headerwrap #categories-nav {
    position: static;
  }
}

#site-logo {
  position: static;
  float: none;
  clear: both;
}

.header-widget {
  position: static !important;
  float: none !important;
  text-align: left;
  clear: both;
  margin: 0;
}

@media screen and (max-width: 760px) {
  /* line 649, ../../sass/_bswe.scss */
  body #sidebar .sidebar_newsletter,
  body #sidebar-alt .sidebar_newsletter {
    display: none;
  }

  /* #header .social-widget {
    position: inherit;  
  } */
}

@media screen and (max-width: 959px) {
  header .header-widget {
    position: static !important;
    float: none !important;
    text-align: left;
    clear: both;
    margin: 0;
  }

  #header .ad .sidebar-boxunit.boxunit {
    text-align: left;
  }
}

@media screen and (min-width: 960px) {
  #site-logo {
    position: absolute;
    margin: 0;
  }

  .header-widget {
    position: absolute !important;
    float: none !important; 
    text-align: left;
    clear: both;
    margin: 0;
  }

  /* #category-nav-menu nav ul {
    display: block;
  }

  #category-nav-menu nav div {
    display: none;
  }*/    

  body #headerwrap #header {
    height: 180px;
  } 
}

#header .social-widget {
  position: static;  
  float: none;
}

@media screen and (min-width: 480px) {
  #header .social-widget {
    position: static !important;  
  } 
}

/* @media screen and (max-width: 979px) {
  #header .social-widget {
    position: static;  
    float: none;
  }
} */

/* line 656, ../../sass/_bswe.scss */
body .sidebar-boxunit {
  clear: both;
  text-align: center;
}
/* line 661, ../../sass/_bswe.scss */
body .sidebar-boxunit img.desktop-tablet-boxunit-img, body .sidebar-boxunit img.mobile-boxunit-img {
  display: none;
}
@media screen and (min-width: 760px) {
  /* line 666, ../../sass/_bswe.scss */
  body .sidebar-boxunit img.desktop-tablet-boxunit-img {
    display: inline-block;
  }

  #header .social-widget {
    position: absolute;
    float: right;
    margin-top: -1px;
    position: absolute;
    bottom: 12px;
    right: 0;
    z-index: 1001; 
  }
}
@media screen and (max-width: 760px) {
  /* line 672, ../../sass/_bswe.scss */
  body .sidebar-boxunit img.mobile-boxunit-img {
    display: inline-block;
  }

  .smw_right a:first-of-type img {
    margin-left: 10px !important;
  }  
}
/* line 680, ../../sass/_bswe.scss */
body .social_icons {
  margin-bottom: 10px;
}
/* line 683, ../../sass/_bswe.scss */
body .social_icons p {
  position: relative;
}
/* line 686, ../../sass/_bswe.scss */
body .social_icons p span {
  font-size: 17px;
  position: absolute;
  left: 99px;
  top: 6px;
}
/* line 695, ../../sass/_bswe.scss */
body .top-text-boxunit {
  padding-bottom: 7px;
}
/* line 698, ../../sass/_bswe.scss */
body .top-text-boxunit a {
  color: #fff;
  font-style: italic;
  font-size: 14px;
}
/* line 777, ../../sass/_bswe.scss */
body .writer_promo {
  background-color: #f2ee8b;
  padding: 10px;
  border: #000 1px solid;
  margin: 10px 0;
}
/* line 783, ../../sass/_bswe.scss */
body .writer_promo h2 {
  margin-top: 0;
  font-family: Cabin, Arial, sans-serif;
}
/* line 788, ../../sass/_bswe.scss */
body .writer_promo h4 {
  margin: 0;
}
/* line 794, ../../sass/_bswe.scss */
body .yarpp-related a {
  font-weight: normal;
}
/* line 798, ../../sass/_bswe.scss */
body .yarpp-related legend {
  font-size: 18px;
  font-weight: bold;
}
/* line 806, ../../sass/_bswe.scss */
body a.read-more {
  color: #347bd2;
}
/* line 809, ../../sass/_bswe.scss */
body a.read-more:hover {
  color: #347bd2;
}

/* line 816, ../../sass/_bswe.scss */
.simple-banner .simple-banner-text {
  padding: 0;
}

/* line 825, ../../sass/_bswe.scss */
.page-template-shop .loops-wrapper.store-products article figure img {
  border: 2px solid #333;
}
/* line 830, ../../sass/_bswe.scss */
.page-template-shop .loops-wrapper.store-products article .entry-content {
  padding-top: 5px;
}

/* line 837, ../../sass/_bswe.scss */
.product-info-section {
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}
/* line 842, ../../sass/_bswe.scss */
.product-info-section .product-title-section {
  float: left;
  width: 75%;
}
/* line 847, ../../sass/_bswe.scss */
.product-info-section .product-cta-section {
  float: right;
  width: 25%;
  text-align: right;
}
/* line 852, ../../sass/_bswe.scss */
.product-info-section .product-cta-section a {
  background: #2b7534;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 35px;
  letter-spacing: 1px;
  text-decoration: none;
}
/* line 863, ../../sass/_bswe.scss */
.product-info-section .product-cta-section a:hover {
  color: #ebb41d;
}
@media screen and (max-width: 600px) {
  /* line 874, ../../sass/_bswe.scss */
  .product-info-section .product-title-section,
  .product-info-section .product-cta-section {
    width: 100%;
  }
  /* line 879, ../../sass/_bswe.scss */
  .product-info-section .product-cta-section {
    text-align: center;
    float: none;
  }
}

/* CUSTOM CSS PREVIOUSLY FROM WP ADMIN */
/* line 887, ../../sass/_bswe.scss */
body,
body #sidebar h4.widgettitle,
body #header-slider.slider .slide-post-title a,
p,
body .homepage-signup h3,
body .homepage-signup h4,
body .sidebar_newsletter h3,
body .sidebar_newsletter h4,
body .article-bottom-signup h3,
body .article-bottom-signup,
.post-meta,
.footer-text,
#footer h6,
body .homepage-signup h3,
body .homepage-signup h4,
body .sidebar_newsletter h3,
body .sidebar_newsletter h4,
body .article-bottom-signup h3,
body .article-bottom-signup h4,
body .footer-nav a,
body .post-date {
  font-family: 'Roboto' !important;
}

/* line 911, ../../sass/_bswe.scss */
body .footer-nav a {
  font-weight: 500;
}

body .sidebar-boxunit {
  /* text-align: left; */
}

/* line 915, ../../sass/_bswe.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Crete Round';
}

.widget.widget_block.widget_search {
  margin-right: 10px;
}